C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class
Members

TransposedGrid<T> Class
The grid control display data using a transposed layout, where columns represent data items and rows represent item properties.
Object Model
TransposedGrid<T> Class
Syntax
'Declaration
 
Public Class TransposedGrid(Of T) 
   Inherits C1.Web.Mvc.FlexGridBase(Of T)
   Implements C1.Web.Mvc.ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexGridBase<T>
               C1.Web.Mvc.TransposedGrid.TransposedGrid<T>

See Also